/* 2倍设计稿（960*540） */
/* total 总体设置部分 */
*{
	padding:0;
	margin:0;
}
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide-center{
	width:100%!important;
	height:100%!important;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}
#special.swiper-slide-special{
	height:388px!important;
	background-color:#408469;
}

#video{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	transform:rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}
#video video{
	width:100%;
	height:100%;
}


/* 公共部分 */
.title{
    font-size:55px;
    height:82px;
    line-height:82px;
    font-family:PingFang-SC;
    color:rgba(0,0,0,1);
    font-weight: 500;
	letter-spacing: 2px;
}
.title span{
    position: relative;
    z-index:5;
}
.title span::before{
    position: absolute;
    content:'';
    bottom:2px;
    z-index:-1;
    width:100%;
    height:10px;
    background:rgba(86,166,135,0.3);
}
.title-subtitle{
	margin-top:32px;
	font-size:28px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(129,129,129,1);
	line-height:42px;
}
.space-between{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap:wrap;
}
.space-between-center{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.container95{
    width:95.625%;
    margin:0 auto;
}
.container{
    width:1400px;
    margin:0 auto;
}
.container1{
    width:1252px;
    margin:0 auto;
}
.container2{
    width:1216px;
    margin:0 auto;
}
.container3{
	width:1280px;
	margin:0 auto;
}
.container4{
	width:1152px;
	margin:0 auto;
}
.containerMargin{
	width:1400px;
	margin:0 0 0 19.27%;
}
.space-between-center{
	display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap:wrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* 左右分布居于底部 */
.bottom{
	display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap:wrap;
	-webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
	align-items: flex-end;
}
/* 水平垂直居中 */
.center-vh{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* 垂直居中 */
.center-h{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-right{
	display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
	justify-content: flex-end;
    -ms-flex-pack: end;
}
/* 导航部分 */
#nav{
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    width:100%;
    height:160px;
    line-height:70px;
    font-size:0;
	background-color:transparent;
}
#nav .logo{
    font-size:16px;
    font-family:PingFang-SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
#nav .logo img{
    width:56px;
    margin-right:8px;
    margin-top:7px;
}
#nav ul{
    height:70px;
    list-style: none;
    overflow: hidden;
}
#nav li{
    float: right;
    font-size:16px;
    font-family:PingFang-SC;
    margin-left:36px;
    text-align: center;
}
#nav li span{
    border-radius: 20px 20px 0px 20px;
    color:#fff;
    padding:5px 13px;
    background:rgba(255,255,255,0);
    translate: all 500ms;
    -webkit-translate: all 500ms;
    -o-translate: all 500ms;
    -ms-translate: all 500ms;
    -moz-translate: all 500ms;
	cursor: pointer;
}
#nav li.active span{
    color:#000;
    font-weight: bold;
    background-color:rgba(255,255,255,1);
    translate: all 500ms;
    -webkit-translate: all 500ms;
    -o-translate: all 500ms;
    -moz-translate: all 500ms;
	-ms-translate: all 500ms;
	box-shadow:0 5px 10px 0px rgba(0,0,0,0.2);
}

/* 第一屏 */
.swiper-slide:first-child{
    position: relative;
    /* background:url('../imgs/slide1_bg.png') top right; */
    background-size:65.625% auto;
	background-repeat: no-repeat;
	background-position: top right;
}
.swiper-slide:first-child .slide1-content{
	/* width:612px; */
	width:48.8881789%;
    font-family:PingFang-SC;
    font-weight:500;
    color:rgba(51,51,51,1);
	text-align: left;
}
.swiper-slide:first-child .slide1-content .content{
	font-size:28px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:48px;
	/* margin-top:68px; */
	margin-top:11.111111%;
}
.swiper-slide:first-child .btn{
	/* margin-top:49px; */
	margin-top:8.006536%;
    width:84.313725%;
}
.swiper-slide:first-child .btn .btnerweima{
	position: relative;
	width:46.51628%;
	border-radius:8px;
	background:#56A687;
	/* height:296px; */
}
.swiper-slide:first-child .btn img{
	width:13.3333%;
	margin-right:8.33333%;
}
.swiper-slide:first-child .btn1,
.swiper-slide:first-child .btn2{
	height:84px;
	border-radius:8px;
}
.swiper-slide:first-child .btn .btn-txt1{
	/* height:16px; */
	height:19.047619%;
	color:#fff;
	font-size:12px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:16px;
}
.swiper-slide:first-child .btn .btn-txt2{
	/* height:28px; */
	height:33.333333%;
	font-size:20px;
	font-family:PingFang-SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:28px;
}
.swiper-slide:first-child .btn .btn-erweima{
	position: absolute;
	top:84px;
	left:0;
	padding:0;
	height:0;
	opacity: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
}
.swiper-slide:first-child .btn .btn-erweima img{
	width:100%;
	height:0;
}
.swiper-slide:first-child .btn .btnerweima:hover{
	height:auto;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima{
	height:auto;
	opacity: 1;
	padding:0 24px 24px 24px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background:#56A687;
	transition:opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
}
.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima img{
	height:auto;
}
.swiper-slide:first-child .slide1-iphone{
	/* width:444px; */
	width:35.463259%;
	position: relative;
}
.swiper-slide:first-child .iphone-img1{
	position: relative;
	z-index:2;
	/* width:314px; */
	width:70.720721%;
	/* height:300px; */
	overflow:hidden;
	border-radius:51px;
	background:url('http://tanji.oss-cn-shanghai.aliyuncs.com/new_tanji_web/index_mobile.png') no-repeat;
	background-size: 91% auto;
	background-position: top center;
	box-shadow: 0 0 80px 20px rgba(0,0,0,0.1);
}
.swiper-slide:first-child .iphone-img1 img{
	position: relative;
	z-index:2;
	display:block;
	width:100%;
}
.swiper-slide:first-child .iphone-img2{
	position: absolute;
	bottom:0;
	right:0;
	/* width:242px; */
	width:54.504505%;
}
.swiper-slide:first-child .iphone-img2 img{
	display: block;
	width:100%;
}

/* 第二屏 */
.container2{
	width:1400px;
}
.swiper-slide:nth-child(2) .title{
	text-align: center;
	padding-top:24px;
}
.swiper-slide:nth-child(2) .title-subtitle{
	height:42px;
}
.swiper-slide:nth-child(2) .slide2-tag{
	/* margin-top:82px; */
	margin-top:6.612903%;
}
.swiper-slide:nth-child(2) .tag{
	/* width:380px; */
	width:31.353135%;
	height:730px;
}
.swiper-slide:nth-child(2) .tag-title{
	width:100%;
	height:40px;
	font-size:28px;
	font-family:PingFang-SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:40px;
	text-align:left;
	/* margin-bottom:26px; */
	margin-bottom:6.842105%;
}
.swiper-slide:nth-child(2) .tag-con{
	position: relative;
	border-radius:30px;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.5);
	overflow: hidden;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
}
.swiper-slide:nth-child(2) .tag-con .tag-con-desc{
	margin: 12px 0 22px;
}
.swiper-slide:nth-child(2) .tag-con .tag-con-desc span{
	padding:8px 18px 8px 16px;
	border-radius:23px;
	border:1px solid rgba(216,216,216,1);
	font-size:18px;
	line-height:20px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(179,179,179,1);
	margin-right:12px;
}
.swiper-slide:nth-child(2) .tag-con .tag-con-desc span img{
	width:24px;
	height:24px;
	margin-right:10px;
}
.swiper-slide:nth-child(2) .tag-con .tag-con-desc span i{
	font-style: normal;
	color:#d8d8d8;
	margin-right:6px;
}
.swiper-slide:nth-child(2) .tag1 .tag-con-img{
	margin-top:16px;
	width:100%;
	height:184px;
	border-radius:16px;
	/* background:url('../imgs/tag1.png') center no-repeat; */
	background-position: center;
	background-repeat: no-repeat;
	background-size:100%;
}
.swiper-slide:nth-child(2) .tag2 .tag-con{
	/* padding-top:266px; */
	padding-top:70%;
	/* background: #62A090 url(../imgs/tag2.png) top left!important; */
	background-position: top left;
	background-color: #62A090;
	background-size:101% auto!important;
	background-repeat: no-repeat!important;
}
.swiper-slide:nth-child(2) .tag3 .tag-con{
	/* padding-top:266px; */
	padding-top:70%;
	/* background: #9CB0A3 url(../imgs/tag3.png) top left!important; */
	background-color: #9CB0A3;
	background-position: top left;
	background-size:100% auto!important;
	background-repeat: no-repeat!important;
}
.swiper-slide:nth-child(2) .tag3 .tag-con .tag-con-desc{
	margin-bottom:0;
}
.swiper-slide:nth-child(2) .tag-con-box{
	background-color:#fff;
	padding:22px 24px 26px 24px;
}
.swiper-slide:nth-child(2) .tag-con-title{
	height:34px;
	font-size:26px;
	font-family:PingFang-SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:36px;
	margin-bottom:16px;
	text-align:left;
}
.swiper-slide:nth-child(2) .tag-con-txt{
	font-size:20px;
	font-family:PingFang-SC;
	font-weight:200;
	color:rgba(129,129,129,1);
	line-height:36px;
	text-align: left;
}
.swiper-slide:nth-child(2) .tag:hover .tag-con{
    padding-bottom:14px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}
.swiper-slide:nth-child(2) .tag1:hover .tag-con{
    background-color: #92BAAC;
}

/* 第三屏 */
.swiper-slide:nth-child(3) {
	background:#56A687;
	padding:3.75% 5.729167%;
	box-sizing: border-box;
}
.swiper-slide:nth-child(3) .slide3-container{
	width:100%;
	height:100%;
	background:#fff;
	margin:0 auto;
}
.swiper-slide:nth-child(3) .photo{
	width:100%;
	/* margin-top:64px; */
	margin-top:5%;
}
.swiper-slide:nth-child(3) .photo-tag{
	position: relative;
	/* padding-top:416px; */
	padding-top:32.5%;
	background:url(http://tanji.oss-cn-shanghai.aliyuncs.com/new_tanji_web/photo01.png) top left;
	background-position: top left;
	background-size:100% auto;
	background-repeat: no-repeat;
	/* width:400px; */
	width:31.25%;
	border-radius:40px;
	font-size:0;
	box-shadow:0px 4px 130px 0px rgba(237,237,237,1);
}
.swiper-slide:nth-child(3) .photo-tag .tip{
	position: absolute;
	left:16px;
	bottom:112px;
	font-size:20px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	padding:12px 24px;
	background-color:rgba(0,0,0,0.4);
	border-radius: 32px;
}
.swiper-slide:nth-child(3) .photo-tag2{
	background:url(http://tanji.oss-cn-shanghai.aliyuncs.com/new_tanji_web/photo02.png) top left;
	background-size:100% 90%;
	background-repeat: no-repeat;
}
.swiper-slide:nth-child(3) .photo-tag .photo-title{
	background:#fff;
	width:100%;
	height:92px;
	line-height:92px;
	text-align:center;
	font-size:30px;
	font-family:PingFang-SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	border-radius: 0px 0px 38px 38px;
}
.swiper-slide:nth-child(3) .special{
	position: relative;
	background:none;
	border-radius:none;
	box-shadow:none;
}
.swiper-slide:nth-child(3) .photo-tag-box{
	position: absolute;
	right:-12px;
	top:8px; 	
	/* width:520px; */
	width:130%;
	/* padding: 32px 44px; */
	padding:6.153846% 8.461538%;
	background-color:#fff;
	border-radius: 40px;
	box-sizing: border-box;
	box-shadow: -40px 10px 50px 20px rgba(168,168,168,0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.swiper-slide:nth-child(3) .special .photo-tag-date{
	height:48px;
	font-size:26px;
	font-family:PingFang-SC;
	font-weight:bold;
	color:rgba(133,133,133,1);
	/* margin-bottom:8px; */
	margin-bottom:1.851852%;
	text-align:left;
}
.swiper-slide:nth-child(3) .special .photo-tag-date .editor{
	/* width:108px; */
	width:22.689076%;
	height:100%;
	font-size:26px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(255,208,126,1);
	border:1px solid rgba(255,208,126,1);
	border-radius:30px;
}
.swiper-slide:nth-child(3) .special .photo-tag-con{
	font-size:20px;
	font-family:PingFang-SC;
	font-weight:200;
	color:rgba(0,0,0,1);
	line-height:34px;
	text-align:left;
}
.swiper-slide:nth-child(3) .special .photo-tag-desc{
	margin:16px 0;
}
.swiper-slide:nth-child(3) .special .photo-tag-desc span{
	padding:8px 18px 8px 16px;
	border-radius:18px;
	border:1px solid rgba(216,216,216,1);
	font-size:20px;
	line-height:20px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(179,179,179,1);
	margin-right:12px;
}
.swiper-slide:nth-child(3) .special .photo-tag-desc span i{
	font-style: normal;
	color:#d8d8d8;
	margin-right:6px;
}
.swiper-slide:nth-child(3) .special .photo-tag-img{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
.swiper-slide:nth-child(3) .special .photo-tag-img img{
	float: left;
	margin:0 8px 8px 0;
	/* width:140px; */
	width:32.110092%;
	height:136px;
	border-radius:8px;
}
.swiper-slide:nth-child(3) .special .photo-tag-img img.noMar{
	margin-right:0;
}

/* 第四屏 */
.swiper-slide:nth-child(4) .title-subtitle{
	margin:2.77777778% auto 0;
	/* width:636px; */
	width:55.208333%;
	line-height: 42px;
}
.swiper-slide:nth-child(4) .echart{
	/* margin-top:96px; */
	margin-top:8.333333%;
	width:100%;
}
.swiper-slide:nth-child(4) .echart-left{
	/* width:306px; */
	width:26.5625%;
	height:638px;
	background:rgba(86,166,135,1);
	border-radius:40px;
	box-shadow: 0px 20px 20px -12px rgba(86,166,135,0.3); 
}
.swiper-slide:nth-child(4) .left-title{
	padding-top:20.261438%;
	/* height:48px; */
	height:7.523511%;
	font-size:34px;
	font-family:PingFang-SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.swiper-slide:nth-child(4) .left-subtitle{
	margin-top:2.614379%;
	height:28px;
	font-size:22px;
	font-family:PingFang-SC;
	color:rgba(255,255,255,1);
}
.swiper-slide:nth-child(4) .left-tab{
	list-style: none;
	/* margin-top:64px; */
	margin-top:20.915033%;
}
.swiper-slide:nth-child(4) .left-tab li{
	margin:0 auto 7.189542%;
	/* width:178px; */
	width:58.169935%;
	height:72px;
	border-radius:42px;
	border:1px solid #fff;
	font-size:32px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(255,255,255,1);
}
.swiper-slide:nth-child(4) .left-tab li.active{
	background:#fff;
	color:#000;
}
.swiper-slide:nth-child(4) .left-img{
	margin-right:28px;
	/* width:34px; */
	width:19.101124%;
	height:36px;
	background:url(../imgs/white-canlander.png) top center;
	background-size:100% 100%;
	font-size:15px;
	line-height:48px;
}
.swiper-slide:nth-child(4) li.active .left-img{
	background:url(../imgs/black-canlandar.png) top center;
	background-size:100% 100%;
}
.swiper-slide:nth-child(4) .left-txt{
	/* margin-top:88px; */
	margin-top:28.75817%;
	height:34px;
	font-size:24px;
	font-family:PingFang-SC;
	color:rgba(255,255,255,1);
}
.swiper-slide:nth-child(4) .echart-right{
	position: relative;
	flex:1;
	/* margin-left:28px; */
	margin-left:4.402516%;
}
.swiper-slide:nth-child(4) .echart-right .canvas{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70%;
}
.swiper-slide:nth-child(4) .echart-right #main{
	width:99%;
	height:100%;
}
.swiper-slide:nth-child(4) .right-tab{
	text-align:right;
}
.swiper-slide:nth-child(4) .right-red{
	width:24px;
	height:24px;
	border-radius:4px;
	background-color:#B89A8C;
}
.swiper-slide:nth-child(4) .right-blue{
	width:24px;
	height:24px;
	border-radius:4px;
	background-color:#7BC3A1;
}
.swiper-slide:nth-child(4) .right-txt{
	margin:0 14px 0 34px;
}
.swiper-slide:nth-child(4) .right-table{
	list-style: none;
	padding:0;
}
.swiper-slide:nth-child(4) .right-table li{
	padding:0;
	width:100%;
	height:84px;
	line-height:84px;
	font-size:32px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(183,183,183,1);
	border-bottom:1px solid #EAEAEA;
	text-align:left;
}
.swiper-slide:nth-child(4) .right-table li:last-child{
	border-bottom:3px solid #eaeaea;
}
.swiper-slide:nth-child(4) .right-bottom{
	margin-top:20px;
	padding-left:44px;
}
.swiper-slide:nth-child(4) .right-bottom .right-bottom-num{
	font-size:32px;
	margin-bottom:18px;
}
.swiper-slide:nth-child(4) .right-bottom .right-bottom-text{
	height:44px;
	font-size:34px;
	font-family:PingFang-SC;
	font-weight: 200;
	color:rgba(164,164,164,1);
	line-height:48px;
}

/* 第五屏 */
.swiper-slide:nth-child(5) {
	/* width:19.27%; */
	background:-webkit-linear-gradient(to right,#CDE6DD 19.27%,#CDE6DD 5%,#CDE6DD 5%,#CDE6DD 25%,#F7F7F7 20%,#F7F7F7 30%);
	background:linear-gradient(to right,#CDE6DD 19.27%,#CDE6DD 5%,#CDE6DD 5%,#CDE6DD 25%,#F7F7F7 20%,#F7F7F7 30%);
}
.swiper-slide:nth-child(5) .body-imgs{
	width:978px;
	margin:36px auto 0;
}
.swiper-slide:nth-child(5) .body-imgs img{
	height:350px;
	width:308px;
	border-radius: 20px;
	box-shadow:0px 4px 35px 0px rgba(221,221,221,0.3);
	box-shadow: 
}
.swiper-slide:nth-child(5) .body-img{
	position: relative;
	width:978px;
	margin:36px auto 0;
}
.swiper-slide:nth-child(5) .body-img img{
	width:100%;
	display:block;
}
.swiper-slide:nth-child(5) .body-img .img1{
	border-radius:20px;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.5);
}
.swiper-slide:nth-child(5) .body-img .img2{
	width:100%;
	height:100%;
	border-radius: 20px;
	/* box-shadow:0px 4px 80px 20px rgba(0,0,0,0.4); */
	box-shadow: -25px 4px 45px 10px rgba(0,0,0,0.2);
}
.swiper-slide:nth-child(5) .body-img .body-img-absolute{
	position: absolute;
	right:-103px;
	top:36px;
	width:444px;
	border-radius: 34px;
}
/* 第六屏 */
.swiper-slide:nth-child(6) .full{
	width:100%;
}
.swiper-slide:nth-child(6) .slide6-content{
	width:100%;
	height:300px;
}
.swiper-slide:nth-child(6) .slide6-con{
	width:100%;
	margin-top:268px;
	padding-bottom:72px;
}
.swiper-slide:nth-child(6) .slide6-bg{
	position: relative;
	width:50%;
}
.swiper-slide:nth-child(6) .slide6-txt{
	flex:1;
	/* height:604px; */
}
.swiper-slide:nth-child(6) .slide6-bg-img{
	display: block;
	width:91.25%;
}
.swiper-slide:nth-child(6) .slide6-txt-box{
	padding:38px 0 218px;
	margin-left:110px;
	width:676px;
}
.swiper-slide:nth-child(6) .site1{
	/* width:32.9166667%; */
	width:36.073059%;
	position: absolute;
	right:32.916667%;
	bottom:-32px;
	z-index:2;
}
.swiper-slide:nth-child(6) .site2 img,
.swiper-slide:nth-child(6) .site1 img.site1-bg{
	width:100%;
	display:block;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.3);
}
.swiper-slide:nth-child(6) .site1 img.site1-bg{
	box-shadow:0px 0px 100px 20px rgba(0,0,0,0.1);
}
.swiper-slide:nth-child(6) .site2{
	position: absolute;
	right:11.66667%;
	bottom:-72px;
	width:29.6667%;
	z-index:1;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.5);
}
.swiper-slide:nth-child(6) .absolute1{
	position: absolute;
	top:27.301587%;
	right:3.8%;
	width:121.518987%;
}
.swiper-slide:nth-child(6) .absolute1 img{
	float:left;
	width:30.2083333%;
	margin-right:4%;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.7);
}
.swiper-slide:nth-child(6) .absolute1 img.special{
	margin-right:0;
}
.swiper-slide:nth-child(6) .absolute2{
	position: absolute;
	top:52.063492%;
	right:46.202532%;
	width:72.51899%;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.7);
}
.swiper-slide:nth-child(6) .absolute4 img,
.swiper-slide:nth-child(6) .absolute3 img,
.swiper-slide:nth-child(6) .absolute2 img{
	width:100%;
	display:block;
}
.swiper-slide:nth-child(6) .absolute3{
	position: absolute;
	width:106.962025%;
	top:73.650794%;
	right:11.392405%;
	box-shadow:0px 4px 80px 0px rgba(221,221,221,0.7);
}
.swiper-slide:nth-child(6) .absolute4{
	position: absolute;
	width:26.582278%;
	bottom:-30px;
	right:-15px;
}
.swiper-slide:nth-child(6) .slide6-title{
	text-align: left;
	font-size:42px;
	font-family:PingFang-SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:58px;
}
.swiper-slide:nth-child(6) .slide6-art{
	margin-top:38px;
	text-align: left;
	font-size:30px;
	font-family:PingFang-SC;
	font-weight:200;
	color:rgba(129,129,129,1);
	line-height:48px;
}
/* 第七屏 */
.swiper-slide:nth-child(7) .slide7-top{
	width:100%;
	height:310px;
	background-color:#56A687;
}
.swiper-slide:nth-child(7) .slide7-left img{
	margin-right:14px;
}
.swiper-slide:nth-child(7) .slide7-left .img1,.img2{
	width:24px;
}
.swiper-slide:nth-child(7) .slide7-left .img3{
	width:30px;
}
.swiper-slide:nth-child(7) .slide7-left{
	font-size:20px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(12,57,39,1);
	line-height:34px;
}
.swiper-slide:nth-child(7) .slide7-left .center-h{
	margin-bottom:14px;
}
.swiper-slide:nth-child(7) .slide7-left .center-h:last-of-type{
	margin-bottom:0;
}
.swiper-slide:nth-child(7) .slide7-right>.div{
	width:180px;
	font-size:18px;
	font-family:PingFang-SC;
	font-weight:500;
	color:rgba(12,57,39,1);
	line-height:26px;
	text-align:center;
	text-decoration: none;
	white-space: nowrap;
}
.swiper-slide:nth-child(7) .slide7-right img{
	width:100%;
	display:block;
	margin-bottom:10px;
}
.swiper-slide:nth-child(7) .footer-rights{
	text-align:center;
	height:78px;
	line-height: 78px;
}
.swiper-slide:nth-child(7) .slide7-right .weibo{
	margin-left:46px;
}

/* 第二屏和第三屏的公共样式 */
.swiper-slide:nth-child(3) .photo-tag-weather,
.swiper-slide:nth-child(2) .tag-con-weather{
	font-size:18px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(193,193,193,1);
}
.swiper-slide:nth-child(3) .photo-tag-weather img,
.swiper-slide:nth-child(2) .tag-con-weather img{
	width:16px;
	display:block;
	margin:0 4px;
}
.swiper-slide:nth-child(3) .photo-tag-weather i,
.swiper-slide:nth-child(2) .tag-con-weather i{
	color:#d8d8d8;
	font-style: normal;
}
.swiper-slide:nth-child(3) .photo-tag-weather img.weather,
.swiper-slide:nth-child(2) .tag-con-weather img.weather{
	width:20px;
	margin-left:24px;
}
/* 1.5倍设计稿（960*540） */
@media screen and (max-width:1920px) and (min-width:1600px) {
	.title{
		/* font-size:58px; */
		font-size:43.5px;
		/* height:82px; */
		height:61.5px;
		line-height:61.5px;
	}
	.title span::before{
		bottom:1.5px;
		height:7.5px;
	}
	.title-subtitle{
		margin-top:24px;
		font-size:22.5px;
		font-family:PingFang-SC;
		font-weight:500;
		color:rgba(129,129,129,1);
		line-height:31.5px;
	}
	.container{
		width:1050px;
	}
	#special.swiper-slide-special{
		height:291px!important;
	}

	/* 第一屏 */
	.container1{
		width:939px;
	}
	.swiper-slide:first-child .slide1-content .content{
		font-size:21px;
		line-height:36px;
	}
	.swiper-slide:first-child .btn .btnerweima{
		border-radius:6px;
	}
	.swiper-slide:first-child .btn1,
	.swiper-slide:first-child .btn2{
		height:63px;
		border-radius:6px;
	}
	.swiper-slide:first-child .btn .btn-txt1{
		font-size:9px;
		line-height:12px;
	}
	.swiper-slide:first-child .btn .btn-txt2{
		font-size:15px;
		line-height:21px;
	}
	.swiper-slide:first-child .btn .btn-erweima{
		top:63px;
	}
	.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima{
		padding:0 18px 18px 18px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.swiper-slide:first-child .iphone-img1{
		border-radius:38.25px;
	}

	/* 第二屏 */
	.container2{
		width:912px;
	}
	.swiper-slide:nth-child(2) .title{
		padding-top:18px;
	}
	.swiper-slide:nth-child(2) .title-subtitle{
		height:31.5px;
	}
	.swiper-slide:nth-child(2) .tag{
		height:547.5px;
	}
	.swiper-slide:nth-child(2) .tag-title{
		height:30px;
		font-size:21px;
		line-height:30px;
	}
	.swiper-slide:nth-child(2) .tag-con{
		border-radius:21px;
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc{
		margin: 15px 0 16.5px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span{
		padding:6px 13.5px 6px 12px;
		border-radius:18px;
		font-size:15px;
		line-height:15px;
		margin-right:9px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span img{
		width:15px;
		height:15px;
		margin-right:3px;
	}
	.swiper-slide:nth-child(2) .tag:hover .tag-con,
	.swiper-slide:nth-child(2) .tag.active .tag-con{
		padding-bottom:10.5px;
	}
	.swiper-slide:nth-child(2) .tag-con-box{
		padding:16.5px 18px 18.2px 18px;
	}
	.swiper-slide:nth-child(2) .tag-con-title{
		height:25.5px;
		font-size:19.5px;
		line-height:27px;
		margin-bottom:12px;
	}
	.swiper-slide:nth-child(2) .tag-con-txt{
		font-size:18px;
		line-height:27px;
	}

	/* 第三屏 */
	.container3{
		width:960px;
	}
	.swiper-slide:nth-child(3) .photo-tag{
		border-radius:30px;
	}
	.swiper-slide:nth-child(3) .photo-tag .tip{
		left:12px;
		bottom:84px;
		font-size:15px;
		padding:9px 18px;
		border-radius: 24px;
	}
	.swiper-slide:nth-child(3) .photo-tag .photo-title{
		height:69px;
		line-height:69px;
		font-size:22.5px;
		border-radius: 0px 0px 28.5px 28.5px;
	}
	.swiper-slide:nth-child(3) .photo-tag-box{
		right:-9px;
		top:6px; 	
		border-radius: 30px;
		box-shadow: -30px 7.5px 37.5px 15px rgba(168,168,168,0.2);
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date{
		height:36px;
		font-size:19.5px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date .editor{
		font-size:19.5px;
		border-radius:22.5px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-con{
		font-size:18px;
		line-height:25.5px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc{
		margin:12px 0;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc span{
		padding:6px 13.5px 6px 12px;
		border-radius:13.5px;
		font-size:15px;
		line-height:15px;
		margin-right:9px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-img img{
		margin:0 6px 6px 0;
		border-radius:6px;
		height:102px;
	}

	/* 第四屏 */
	.container4{
		width:864px;
	}
	.swiper-slide:nth-child(4) .title-subtitle{
		line-height: 31.5px;
	}
	.swiper-slide:nth-child(4) .echart-left{
		height:478.5px;
		border-radius:30px;
	}
	.swiper-slide:nth-child(4) .left-title{
		font-size:25.5px;
	}
	.swiper-slide:nth-child(4) .left-subtitle{
		height:21px;
		font-size:16.5px;
	}
	.swiper-slide:nth-child(4) .left-tab li{
		height:54px;
		border-radius:31.5px;
		font-size:24px;
	}
	.swiper-slide:nth-child(4) .left-img{
		margin-right:21px;
		height:27px;
		font-size:11.25px;
		line-height:36px;
	}
	.swiper-slide:nth-child(4) .left-txt{
		height:25.5px;
		font-size:18px;
	}
	.swiper-slide:nth-child(4) .right-red{
		width:18px;
		height:18px;
		border-radius:3px;
	}
	.swiper-slide:nth-child(4) .right-blue{
		width:18px;
		height:18px;
		border-radius:3px;
		background-color:#7BC3A1;
	}
	.swiper-slide:nth-child(4) .right-txt{
		margin:0 10.5px 0 25.5px;
	}
	.swiper-slide:nth-child(4) .right-table li{
		height:63px;
		line-height:63px;
		font-size:24px;
	}
	.swiper-slide:nth-child(4) .right-table li:last-child{
		border-bottom:2px solid #eaeaea;
	}
	.swiper-slide:nth-child(4) .right-bottom{
		margin-top:15px;
		padding-left:33px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-num{
		font-size:24px;
		margin-bottom:13.5px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-text{
		height:33px;
		font-size:25.5px;
		line-height:36px;
	}

	/* 第五屏 */
	.swiper-slide:nth-child(5) .body-imgs{
		width:733.5px;
		margin:27px auto 0;
	}
	.swiper-slide:nth-child(5) .body-imgs img{
		height:262.5px;
		width:231px;
		border-radius: 15px;
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img{
		width:733.5px;
		margin:27px auto 0;
	}
	.swiper-slide:nth-child(5) .body-img img{
		border-radius: 15px;
	}
	.swiper-slide:nth-child(5) .body-img .img1{
		border-radius:15px;
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img .img2{
		border-radius:15px;
		box-shadow:-25px 4px 120px 9px rgba(0,0,0,0.2);
	}
	.swiper-slide:nth-child(5) .body-img .body-img-absolute{
		right:-77.25px;
		top:27px;
		width:333px;
		border-radius: 25.5px;
	}

	/* 第六屏 */
	.swiper-slide:nth-child(6) .slide6-content{
		height:225px;
	}
	.swiper-slide:nth-child(6) .slide6-con{
		margin-top:100px;
		padding-bottom:120px;
	}
	.swiper-slide:nth-child(6) .slide6-txt-box{
		padding:28.5px 0 163.5px;
		margin-left:82.5px;
		width:507px;
	}
	.swiper-slide:nth-child(6) .site1{
		width:237px;
		bottom:-24px;
	}
	.swiper-slide:nth-child(6) .site2 img,
	.swiper-slide:nth-child(6) .site1 img.site1-bg{
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .site2{
		width:210px;
		bottom:-54px;
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute1 img{
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute2{
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute3{
		box-shadow:0px 3px 60px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute4{
		bottom:-22.5px;
		right:-11.25px;
	}
	.swiper-slide:nth-child(6) .slide6-title{
		font-size:31.5px;
		line-height:43.5px;
	}
	.swiper-slide:nth-child(6) .slide6-art{
		margin-top:28.5px;
		font-size:25.5px;
		line-height:36px;
	}

	/* 第七屏 */
	.swiper-slide:nth-child(7) .slide7-top{
		height:232.5px;
	}
	.swiper-slide:nth-child(7) .slide7-left img{
		width:27px;
		height:27px;
		margin-right:10.5px;
	}
	.swiper-slide:nth-child(7) .slide7-left{
		font-size:18px;
		line-height:25.5px;
	}
	.swiper-slide:nth-child(7) .slide7-left .center-h{
		margin-bottom:15px;
	}
	.swiper-slide:nth-child(7) .slide7-right>.div{
		width:135px;
		font-size:13.5px;
		line-height:19.5px;
	}
	.swiper-slide:nth-child(7) .slide7-right img{
		margin-bottom:7.5px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img1, 
	.swiper-slide:nth-child(7) .slide7-left .img2{
		width:18px!important;
		height:auto!important;
	}
	.swiper-slide:nth-child(7) .slide7-left .img3{
		width:22.5px!important;
		height:auto!important;
	}
	.swiper-slide:nth-child(7) .footer-rights{
		height:58.5px;
		line-height: 58.5px;
	}
	.swiper-slide:nth-child(7) .slide7-right .weibo{
		margin-left:34.5px;
	}

	/* 第一屏和第二屏的公共部分 */
	.swiper-slide:nth-child(3) .photo-tag-weather,
	.swiper-slide:nth-child(2) .tag-con-weather{
		font-size:16.5px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img,
	.swiper-slide:nth-child(2) .tag-con-weather img{
		width:13.5px;
		margin:0 3px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img.weather,
	.swiper-slide:nth-child(2) .tag-con-weather img.weather{
		width:21px;
		margin-left:18px;
	}
}
/* 1.2倍设计稿（960*540） */
@media screen and (max-width:1599px) and (min-width:1024px) {
	.title{
		/* font-size:58px; */
		font-size:34.8px;
		/* height:82px; */
		height:49.2px;
		line-height:49.2px;
	}
	.title span::before{
		bottom:1.2px;
		height:6px;
	}
	.title-subtitle{
		margin-top:19.2px;
		font-size:18px;
		line-height:25.2px;
	}
	.container{
		width:840px;
	}
	#special.swiper-slide-special{
		height:232.8px!important;
	}

	/* 第一屏 */
	.container1{
		width:751.2px;
	}
	.swiper-slide:first-child .slide1-content .content{
		font-size:16.8px;
		line-height:28.8px;
	}
	.swiper-slide:first-child .btn .btnerweima{
		border-radius:4.8px;
	}
	.swiper-slide:first-child .btn1,
	.swiper-slide:first-child .btn2{
		height:50.4px;
		border-radius:4.8px;
	}
	.swiper-slide:first-child .btn .btn-txt1{
		font-size:7.2px;
		line-height:9.6px;
	}
	.swiper-slide:first-child .btn .btn-txt2{
		font-size:12px;
		line-height:16.8px;
	}
	.swiper-slide:first-child .btn .btn-erweima{
		top:50.4px;
	}
	.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima{
		padding:0 14.4px 14.4px 14.4px;
		border-bottom-left-radius: 4.8px;
		border-bottom-right-radius: 4.8px;
	}
	.swiper-slide:first-child .iphone-img1{
		border-radius:30.6px;
		box-shadow: 0 0 80px 15px rgba(0,0,0,0.2);
	}
	.swiper-slide:first-child .iphone-img1.rock{
		background-position-y: -188.8px;
	}

	/* 第二屏 */
	.container2{
		width:729.6px;
	}
	.swiper-slide:nth-child(2) .title{
		padding-top:14.4px;
	}
	.swiper-slide:nth-child(2) .title-subtitle{
		height:25.2px;
	}
	.swiper-slide:nth-child(2) .tag{
		height:438px;
	}
	.swiper-slide:nth-child(2) .tag1 .tag-con-img{
		height:160px;
	}
	.swiper-slide:nth-child(2) .tag-title{
		height:28px;
		font-size:16.8px;
		line-height:24px;
	}
	.swiper-slide:nth-child(2) .tag-con{
		border-radius:14px;
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc{
		margin: 9.6px 0 13.2px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span{
		padding:4.8px 10.8px 4.8px 9.6px;
		border-radius:21.8px;
		font-size:12px;
		line-height:12px;
		margin-right:7.2px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span img{
		width:12px;
		height:12px;
		margin-right:5px;
	}
	.swiper-slide:nth-child(2) .tag:hover .tag-con,
	.swiper-slide:nth-child(2) .tag.active .tag-con{
		padding-bottom:8.4px;
	}
	.swiper-slide:nth-child(2) .tag-con-box{
		padding:13.2px 14.4px 14.56px 14.4px;
	}
	.swiper-slide:nth-child(2) .tag-con-title{
		height:20.4px;
		font-size:15.6px;
		line-height:21.6px;
		margin-bottom:9.6px;
	}
	.swiper-slide:nth-child(2) .tag-con-txt{
		font-size:14.4px;
		line-height:21.6px;
	}

	/* 第三屏 */
	.container3{
		width:768px;
	}
	.swiper-slide:nth-child(3) .photo-tag{
		border-radius:24px;
	}
	.swiper-slide:nth-child(3) .photo-tag .tip{
		left:9.6px;
		bottom:67.2px;
		font-size:12px;
		padding:7.2px 14.4px;
		border-radius: 19.2px;
	}
	.swiper-slide:nth-child(3) .photo-tag .photo-title{
		height:55.2px;
		line-height:55.2px;
		font-size:18px;
		border-radius: 0px 0px 22.5px 22.8px;
	}
	.swiper-slide:nth-child(3) .photo-tag-box{
		right:-7.2px;
		top:4.8px; 	
		border-radius: 24px;
		box-shadow: -24px 6px 30px 12px rgba(168,168,168,0.2);
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date{
		height:28.8px;
		font-size:15.6px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date .editor{
		font-size:15.6px;
		border-radius:18px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-con{
		font-size:14.4px;
		line-height:20.4px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc{
		margin:9.6px 0;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc span{
		padding:4.8px 10.8px 4.8px 9.6px;
		border-radius:10.8px;
		font-size:12px;
		line-height:12px;
		margin-right:7.2px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-img img{
		margin:0 4.8px 4.8px 0;
		border-radius:4.8px;
		height:81.6px;
	}

	/* 第四屏 */
	.container4{
		width:691.2px;
	}
	.swiper-slide:nth-child(4) .title-subtitle{
		line-height: 25.2px;
	}
	.swiper-slide:nth-child(4) .echart-left{
		height:382.8px;
		border-radius:24px;
	}
	.swiper-slide:nth-child(4) .left-title{
		font-size:20.4px;
	}
	.swiper-slide:nth-child(4) .left-subtitle{
		height:16.8px;
		font-size:13.2px;
	}
	.swiper-slide:nth-child(4) .left-tab li{
		height:43.2px;
		border-radius:25.2px;
		font-size:19.2px;
	}
	.swiper-slide:nth-child(4) .left-img{
		margin-right:16.8px;
		height:21.6px;
		font-size:9px;
		line-height:28.8px;
	}
	.swiper-slide:nth-child(4) .left-txt{
		height:20.4px;
		font-size:14.4px;
	}
	.swiper-slide:nth-child(4) .right-red{
		width:14.4px;
		height:14.4px;
		border-radius:2.4px;
	}
	.swiper-slide:nth-child(4) .right-blue{
		width:14.4px;
		height:14.4px;
		border-radius:2.4px;
	}
	.swiper-slide:nth-child(4) .right-txt{
		margin:0 8.4px 0 20px;
	}
	.swiper-slide:nth-child(4) .right-table li{
		height:50.4px;
		line-height:50.4px;
		font-size:19.2px;
	}
	.swiper-slide:nth-child(4) .right-table li:last-child{
		border-bottom:1.6px solid #eaeaea;
	}
	.swiper-slide:nth-child(4) .right-bottom{
		margin-top:12px;
		padding-left:26.4px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-num{
		font-size:19.2px;
		margin-bottom:10.8px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-text{
		height:26.4px;
		font-size:20.4px;
		line-height:28.8px;
	}

	/* 第五屏 */
	.swiper-slide:nth-child(5) .body-imgs{
		width:586.8px;
		margin:21.6px auto 0;
	}
	.swiper-slide:nth-child(5) .body-imgs img{
		width:184.8px;
		height: 210px;
		border-radius: 12px;
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img{
		width:586.8px;
		margin:21.6px auto 0;
	}
	.swiper-slide:nth-child(5) .body-img img,
	.swiper-slide:nth-child(5) .body-img .img1{
		border-radius: 12px;
	}
	.swiper-slide:nth-child(5) .body-img .img2{
		border-radius: 12px;
		box-shadow:0px 2.4px 120px 0px rgba(0,0,0,0.2);
	}
	.swiper-slide:nth-child(5) .body-img .body-img-absolute{
		right:-61.8px;
		top:21.6px;
		width:266.4px;
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.5);
	}

	/* 第六屏 */
	.swiper-slide:nth-child(6) .slide6-content{
		height:180px;
	}
	.swiper-slide:nth-child(6) .slide6-con{
		margin-top:160.8px;
		padding-bottom:43.2px;
	}
	.swiper-slide:nth-child(6) .slide6-txt-box{
		padding:22.8px 0 130.8px;
		margin-left:65.6px;
		width:405.6px;
	}
	.swiper-slide:nth-child(6) .site1{
		width:189.6px;
		bottom:-19.2px;
	}
	.swiper-slide:nth-child(6) .site2 img,
	.swiper-slide:nth-child(6) .site1 img.site1-bg{
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .site2{
		width:168px;
		bottom:-43.2px;
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute1 img{
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute2{
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute3{
		box-shadow:0px 2.4px 48px 0px rgba(221,221,221,0.7);
	}
	.swiper-slide:nth-child(6) .absolute4{
		bottom:-18px;
		right:-9px;
	}
	.swiper-slide:nth-child(6) .slide6-title{
		font-size:25.2px;
		line-height:34.8px;
	}
	.swiper-slide:nth-child(6) .slide6-art{
		margin-top:22.8px;
		font-size:20.4px;
		line-height:28.8px;
	}

	/* 第七屏 */
	.swiper-slide:nth-child(7) .slide7-top{
		height:186px;
	}
	.swiper-slide:nth-child(7) .slide7-left img{
		/* width:21.6px;
		height:21.6px; */
		margin-right:8.4px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img1, .img2{
		width:13px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img3{
		width:15px;
	}
	.swiper-slide:nth-child(7) .slide7-left{
		font-size:14.4px;
		line-height:20.4px;
	}
	.swiper-slide:nth-child(7) .slide7-left .center-h{
		margin-bottom:12px;
	}
	.swiper-slide:nth-child(7) .slide7-right>.div{
		width:108px;
		font-size:10.8px;
		line-height:15.6px;
	}
	.swiper-slide:nth-child(7) .slide7-right img{
		margin-bottom:6px;
	}
	.swiper-slide:nth-child(7) .footer-rights{
		height:46.8px;
		line-height: 46.8px;
	}
	.swiper-slide:nth-child(7) .slide7-right .weibo{
		margin-left:27.6px;
	}

	/* 第一屏和第二屏的公共部分 */
	.swiper-slide:nth-child(3) .photo-tag-weather,
	.swiper-slide:nth-child(2) .tag-con-weather{
		font-size:13.2px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img,
	.swiper-slide:nth-child(2) .tag-con-weather img{
		width:10.8px;
		margin:0 2.4px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img.weather,
	.swiper-slide:nth-child(2) .tag-con-weather img.weather{
		width:14.8px;
		margin-left:14.4px;
	}
}
/* 1.1倍设计稿（960*540） */
@media screen and (max-width:1024px) and (min-width:960px) {
	.title{
		font-size:31.9px;
		height:45.1px;
		line-height:45.1px;
	}
	.title span::before{
		bottom:1.1px;
		height:5.5px;
	}
	.title-subtitle{
		margin-top:17.6px;
		font-size:16.5px;
		line-height:23.1px;
	}
	.container{
		width:770px;
	}
	#special.swiper-slide-special{
		height:213.4px!important;
	}

	/* 第一屏 */
	.container1{
		width:688.6px;
	}
	.swiper-slide:first-child .slide1-content .content{
		font-size:15.4px;
		line-height:26.4px;
	}
	.swiper-slide:first-child .btn .btnerweima{
		border-radius:4.4px;
	}
	.swiper-slide:first-child .btn1,
	.swiper-slide:first-child .btn2{
		height:46.2px;
		border-radius:4.4px;
	}
	.swiper-slide:first-child .btn .btn-txt1{
		font-size:6.6px;
		line-height:8.8px;
	}
	.swiper-slide:first-child .btn .btn-txt2{
		font-size:11px;
		line-height:15.4px;
	}
	.swiper-slide:first-child .btn .btn-erweima{
		top:46.2px;
	}
	.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima{
		padding:0 13.2px 13.2px 13.2px;
		border-bottom-left-radius: 4.4px;
		border-bottom-right-radius: 4.4px;
	}
	.swiper-slide:first-child .iphone-img1{
		border-radius:28.05px;
		box-shadow: 0 0 80px 10px rgba(0,0,0,0.3)
	}
	.swiper-slide:first-child .iphone-img1.rock{
		background-position-y: -173px;
	}

	/* 第二屏 */
	.container2{
		width:668.8px;
	}
	.swiper-slide:nth-child(2) .title{
		padding-top:13.2px;
	}
	.swiper-slide:nth-child(2) .title-subtitle{
		height:23.1px;
	}
	.swiper-slide:nth-child(2) .tag{
		height:401.5px;
	}
	.swiper-slide:nth-child(2) .tag1 .tag-con-img{
		height:145px;
	}
	.swiper-slide:nth-child(2) .tag-title{
		height:22px;
		font-size:15.4px;
		line-height:22px;
	}
	.swiper-slide:nth-child(2) .tag-con{
		border-radius:22px;
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc{
		margin: 9.6px 0 12.1px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span{
		padding:4.4px 9.9px 4.4px 8.8px;
		border-radius:9.9px;
		font-size:11px;
		line-height:11px;
		margin-right:6.6px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span img{
		width:10.8px;
		height:10.8px;
		margin-right:3px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span i{
		margin-right:3.3px;
	}
	.swiper-slide:nth-child(2) .tag:hover .tag-con,
	.swiper-slide:nth-child(2) .tag.active .tag-con{
		padding-bottom:7.7px;
	}
	.swiper-slide:nth-child(2) .tag-con-box{
		padding:12.1px 12.1px 12.1px 12.1px;
	}
	.swiper-slide:nth-child(2) .tag-con-title{
		height:18.7px;
		font-size:14.3px;
		line-height:18.7px;
		margin-bottom:8.8px;
	}
	.swiper-slide:nth-child(2) .tag-con-txt{
		font-size:13.2px;
		line-height:19.8px;
	}

	/* 第三屏 */
	.container3{
		width:704px;
	}
	.swiper-slide:nth-child(3) .photo-tag{
		border-radius:22px;
	}
	.swiper-slide:nth-child(3) .photo-tag .tip{
		left:8.8px;
		bottom:61.6px;
		font-size:11px;
		padding:6.6px 13.2px;
		border-radius: 17.6px;
	}
	.swiper-slide:nth-child(3) .photo-tag .photo-title{
		height:50.6px;
		line-height:50.6px;
		font-size:16.5px;
		border-radius: 0px 0px 20.9px 20.9px;
	}
	.swiper-slide:nth-child(3) .photo-tag-box{
		right:-6.6px;
		top:4.4px; 	
		border-radius: 22px;
		box-shadow: -22px 5.5px 27.5px 11.1px rgba(168,168,168,0.2);
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date{
		height:26.4px;
		font-size:14.3px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date .editor{
		font-size:14.3px;
		border-radius:16.5px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-con{
		font-size:13.2px;
		line-height:18.7px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc{
		margin:8.85px 0;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc span{
		padding:4.4px 9.9px 4.4px 8.8px;
		border-radius:9.9px;
		font-size:11px;
		line-height:11px;
		margin-right:6.6px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-img img{
		margin:0 4.4px 4.4px 0;
		border-radius:4.4px;
		height:74.8px;
	}

	/* 第四屏 */
	.container4{
		width:633.6px;
	}
	.swiper-slide:nth-child(4) .title-subtitle{
		line-height: 23.1px;
	}
	.swiper-slide:nth-child(4) .echart-left{
		height:350.9px;
		border-radius:22px;
	}
	.swiper-slide:nth-child(4) .left-title{
		font-size:18.7px;
	}
	.swiper-slide:nth-child(4) .left-subtitle{
		height:15.4px;
		font-size:12.1px;
	}
	.swiper-slide:nth-child(4) .left-tab li{
		height:39.6px;
		border-radius:23.1px;
		font-size:17.6px;
	}
	.swiper-slide:nth-child(4) .left-img{
		margin-right:15.4px;
		height:19.8px;
		font-size:8.25px;
		line-height:26.4px;
	}
	.swiper-slide:nth-child(4) .left-txt{
		height:18.7px;
		font-size:13.2px;
	}
	.swiper-slide:nth-child(4) .right-red{
		width:13.2px;
		height:13.2px;
		border-radius:2.2px;
	}
	.swiper-slide:nth-child(4) .right-blue{
		width:13.2px;
		height:13.2px;
		border-radius:2.2px;
	}
	.swiper-slide:nth-child(4) .right-txt{
		margin:0 7.7px 0 18.7px;
	}
	.swiper-slide:nth-child(4) .right-table li{
		height:46.2px;
		line-height:46.2px;
		font-size:17.6px;
	}
	.swiper-slide:nth-child(4) .right-table li:last-child{
		border-bottom:1px solid #eaeaea;
	}
	.swiper-slide:nth-child(4) .right-bottom{
		margin-top:11px;
		padding-left:24.2px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-num{
		font-size:17.6px;
		margin-bottom:9.9px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-text{
		height:24.2px;
		font-size:18.7px;
		line-height:26.4px;
	}

	/* 第五屏 */
	.swiper-slide:nth-child(5) .body-imgs{
		width:537.9px;
		margin:19.8px auto 0;
	}
	.swiper-slide:nth-child(5) .body-imgs img{
		width:169.4px;
		height: 192.5px;
		border-radius: 11px;
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img{
		width:537.9px;
		margin:19.8px auto 0;
	}
	.swiper-slide:nth-child(5) .body-img img{
		border-radius: 11px;
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img .body-img-absolute{
		right:-56.65px;
		top:19.8px;
		width:244.2px;
		border-radius: 18.7px;
	}
	.swiper-slide:nth-child(5) .body-img .body-img-absolute .img2{
		box-shadow:0px 10px 80px 0px rgba(0,0,0,0.3);
	}

	/* 第六屏 */
	.swiper-slide:nth-child(6) .slide6-content{
		height:165px;
	}
	.swiper-slide:nth-child(6) .slide6-con{
		margin-top:147.4px;
		padding-bottom:39.6px;
	}
	.swiper-slide:nth-child(6) .slide6-txt-box{
		padding:20.9px 0 119.9px;
		margin-left:38.5px;
		width:371.8px;
	}
	.swiper-slide:nth-child(6) .site1{
		bottom:-17.6px;
	}
	.swiper-slide:nth-child(6) .site2 img,
	.swiper-slide:nth-child(6) .site1 img.site1-bg{
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .site2{
		bottom:-39.6px;
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute1 img{
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute2{
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute3{
		box-shadow:0px 2.2px 44px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute4{
		bottom:-16.5px;
		right:-8.25px;
	}
	.swiper-slide:nth-child(6) .slide6-title{
		font-size:23.1px;
		line-height:31.9px;
	}
	.swiper-slide:nth-child(6) .slide6-art{
		margin-top:20.9px;
		font-size:18.7px;
		line-height:26.4px;
	}

	/* 第七屏 */
	.swiper-slide:nth-child(7) .slide7-top{
		height:170.5px;
	}
	.swiper-slide:nth-child(7) .slide7-left img{
		margin-right:7.7px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img1,
	.swiper-slide:nth-child(7) .slide7-left .img2{
		width:13.2px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img3{
		width:15px;
	}
	.swiper-slide:nth-child(7) .slide7-left{
		font-size:13.2px;
		line-height:18.7px;
	}
	.swiper-slide:nth-child(7) .slide7-left .center-h{
		margin-bottom:11px;
	}
	.swiper-slide:nth-child(7) .slide7-right>.div{
		width:99px;
		font-size:9.9px;
		line-height:14.3px;
	}
	.swiper-slide:nth-child(7) .slide7-right img{
		margin-bottom:5.5px;
	}
	.swiper-slide:nth-child(7) .footer-rights{
		height:42.9px;
		line-height: 42.9px;
	}
	.swiper-slide:nth-child(7) .slide7-right .weibo{
		margin-left:25.3px;
	}

	/* 第一屏和第二屏的公共部分 */
	.swiper-slide:nth-child(3) .photo-tag-weather,
	.swiper-slide:nth-child(2) .tag-con-weather{
		font-size:12.1px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img,
	.swiper-slide:nth-child(2) .tag-con-weather img{
		width:9.9px;
		margin:0 2.2px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img.weather,
	.swiper-slide:nth-child(2) .tag-con-weather img.weather{
		width:13.8px;
		margin-left:13.2px;
	}
}
/* 1倍设计稿（960*540） */
@media screen and (max-width:960px) {
	.title{
		font-size:29px;
		height:41px;
		line-height:41px;
	}
	.title span::before{
		bottom:1px;
		height:5px;
	}
	.title-subtitle{
		margin-top:16px;
		font-size:15px;
		font-family:PingFang-SC;
		line-height:21px;
	}
	.container{
		width:700px;
	}
	#special.swiper-slide-special{
		height:194px!important;
	}

	/* 第一屏 */
	.container1{
		width:626px;
	}
	.swiper-slide:first-child .slide1-content .content{
		font-size:14px;
		line-height:24px;
	}
	.swiper-slide:first-child .btn .btnerweima{
		width:49%;
		border-radius:4px;
	}
	.swiper-slide:first-child .btn img{
		margin-right:6%;
	}
	.swiper-slide:first-child .btn1,
	.swiper-slide:first-child .btn2{
		height:42px;
		border-radius:4px;
	}
	.swiper-slide:first-child .btn .btn-txt1{
		font-size:6px;
		line-height:8px;
	}
	.swiper-slide:first-child .btn .btn-txt2{
		font-size:10px;
		line-height:14px;
	}
	.swiper-slide:first-child .btn .btn-erweima{
		top:42px;
	}
	.swiper-slide:first-child .btn .btnerweima:hover .btn-erweima{
		padding:0 12px 12px 12px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.swiper-slide:first-child .iphone-img1{
		border-radius:25.5px;
		box-shadow: -15px 0 80px 20px rgba(0,0,0,0.1);
	}
	.swiper-slide:first-child .iphone-img1.rock{
		background-position-y: -170px;
	}

	/* 第二屏 */
	.container2{
		width:620px;
	}
	.swiper-slide:nth-child(2) .title{
		padding-top:12px;
	}
	.swiper-slide:nth-child(2) .title-subtitle{
		height:21px;
	}
	.swiper-slide:nth-child(2) .tag{
		height:365px;
	}
	.swiper-slide:nth-child(2) .tag1 .tag-con-img{
		height:125px;
	}
	.swiper-slide:nth-child(2) .tag-title{
		height:20px;
		font-size:14px;
		line-height:20px;
	}
	.swiper-slide:nth-child(2) .tag-con{
		border-radius:20px;
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc{
		margin: 6px 0 11px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span{
		padding:4px 9px 4px 8px;
		border-radius:9px;
		font-size:10px;
		line-height:10px;
		margin-right:6px;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span img{
		width:10px;
		height:10px;
		margin-right:0;
	}
	.swiper-slide:nth-child(2) .tag-con .tag-con-desc span i{
		margin-right:0px;
	}
	.swiper-slide:nth-child(2) .tag:hover .tag-con,
	.swiper-slide:nth-child(2) .tag.active .tag-con{
		padding-bottom:7px;
	}
	.swiper-slide:nth-child(2) .tag-con-box{
		padding:11px 12px 12px 12px;
	}
	.swiper-slide:nth-child(2) .tag-con-title{
		height:17px;
		font-size:13px;
		line-height:18px;
		margin-bottom:8px;
	}
	.swiper-slide:nth-child(2) .tag-con-txt{
		font-size:12px;
		line-height:18px;
	}

	/* 第三屏 */
	.container3{
		width:640px;
	}
	.swiper-slide:nth-child(3){
		padding:2.75% 3%;
	}
	.swiper-slide:nth-child(3) .photo-tag{
		border-radius:20px;
		box-shadow:0px 2px 65px 0px rgba(237,237,237,1);
	}
	.swiper-slide:nth-child(3) .photo-tag .tip{
		left:8px;
		bottom:56px;
		font-size:10px;
		padding:6px 12px;
		border-radius: 16px;
	}
	.swiper-slide:nth-child(3) .photo-tag .photo-title{
		height:46px;
		line-height:46px;
		font-size:15px;
		border-radius: 0px 0px 19px 19px;
	}
	.swiper-slide:nth-child(3) .photo-tag-box{
		right:-6px;
		top:4px; 	
		border-radius: 20px;
		box-shadow: -20px 5px 25px 10px rgba(168,168,168,0.2);
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date{
		height:24px;
		font-size:13px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-date .editor{
		font-size:13px;
		border-radius:15px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-con{
		font-size:12px;
		line-height:17px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc{
		margin:8px 0;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-desc span{
		padding:4px 9px 4px 8px;
		border-radius:9px;
		font-size:10px;
		line-height:10px;
		margin-right:6px;
	}
	.swiper-slide:nth-child(3) .special .photo-tag-img img{
		margin:0 4px 4px 0;
		border-radius:4px;
		height:68px;
	}

	/* 第四屏 */
	.container4{
		width:576px;
	}
	.swiper-slide:nth-child(4) .title-subtitle{
		line-height: 21px;
	}
	.swiper-slide:nth-child(4) .echart-left{
		height:319px;
		border-radius:20px;
	}
	.swiper-slide:nth-child(4) .left-title{
		font-size:17px;
	}
	.swiper-slide:nth-child(4) .left-subtitle{
		height:14px;
		font-size:11px;
	}
	.swiper-slide:nth-child(4) .left-tab li{
		height:36px;
		border-radius:21px;
		font-size:16px;
	}
	.swiper-slide:nth-child(4) .left-img{
		margin-right:14px;
		height:18px;
		font-size:7.5px;
		line-height:24px;
	}
	.swiper-slide:nth-child(4) .left-txt{
		height:17px;
		font-size:12px;
	}
	.swiper-slide:nth-child(4) .right-red{
		width:12px;
		height:12px;
		border-radius:2px;
	}
	.swiper-slide:nth-child(4) .right-blue{
		width:12px;
		height:12px;
		border-radius:2px;
	}
	.swiper-slide:nth-child(4) .right-txt{
		margin:0 7px 0 17px;
	}
	.swiper-slide:nth-child(4) .right-table li{
		height:42px;
		line-height:42px;
		font-size:16px;
	}
	.swiper-slide:nth-child(4) .right-table li:last-child{
		border-bottom:1px solid #eaeaea;
	}
	.swiper-slide:nth-child(4) .right-bottom{
		margin-top:10px;
		padding-left:22px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-num{
		font-size:16px;
		margin-bottom:9px;
	}
	.swiper-slide:nth-child(4) .right-bottom .right-bottom-text{
		height:22px;
		font-size:17px;
		line-height:24px;
	}

	/* 第五屏 */
	.swiper-slide:nth-child(5) .body-imgs{
		width:489px;
		margin:18px auto 0;
	}
	.swiper-slide:nth-child(5) .body-imgs img{
		width:154px;
		height:175px;
		border-radius: 10px;
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img{
		width:489px;
		margin:18px auto 0;
	}
	.swiper-slide:nth-child(5) .body-img img,
	.swiper-slide:nth-child(5) .body-img .img1{
		border-radius: 10px;
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(5) .body-img .body-img-absolute{
		right:-51.5px;
		top:18px;
		width:222px;
	}
	.swiper-slide:nth-child(5) .body-img .img2{
		border-radius: 10px;
		box-shadow:-25px 4px 66px 21px rgba(0,0,0,0.1);
	}

	/* 第六屏 */
	.swiper-slide:nth-child(6) .slide6-content{
		height:150px;
	}
	.swiper-slide:nth-child(6) .slide6-con{
		margin-top:134px;
		padding-bottom:36px;
	}
	.swiper-slide:nth-child(6) .slide6-txt-box{
		padding:19px 0 109px;
		margin-left:35px;
		width:338px;
	}
	.swiper-slide:nth-child(6) .site1{
		bottom:-16px;
	}
	.swiper-slide:nth-child(6) .site2 img,
	.swiper-slide:nth-child(6) .site1 img.site1-bg{
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .site2{
		bottom:-36px;
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute1 img{
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute2{
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute3{
		box-shadow:0px 2px 40px 0px rgba(221,221,221,0.5);
	}
	.swiper-slide:nth-child(6) .absolute4{
		bottom:-15px;
		right:-7.5px;
	}
	.swiper-slide:nth-child(6) .slide6-title{
		font-size:21px;
		line-height:29px;
	}
	.swiper-slide:nth-child(6) .slide6-art{
		margin-top:19px;
		font-size:17px;
		line-height:24px;
	}

	/* 第七屏 */
	.swiper-slide:nth-child(7) .slide7-top{
		height:155px;
	}
	.swiper-slide:nth-child(7) .slide7-left img{
		margin-right:7px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img1,
	.swiper-slide:nth-child(7) .slide7-left .img2{
		width:12px;
	}
	.swiper-slide:nth-child(7) .slide7-left .img3{
		width:14px;
	}
	.swiper-slide:nth-child(7) .slide7-left{
		font-size:12px;
		line-height:17px;
	}
	.swiper-slide:nth-child(7) .slide7-left .center-h{
		margin-bottom:10px;
	}
	.swiper-slide:nth-child(7) .slide7-right>.div{
		width:110px;
		font-size:9px;
		line-height:13px;
	}
	.swiper-slide:nth-child(7) .slide7-right img{
		margin-bottom:5px;
	}
	.swiper-slide:nth-child(7) .footer-rights{
		height:39px;
		line-height: 39px;
	}
	.swiper-slide:nth-child(7) .slide7-right .weibo{
		margin-left:23px;
	}

	/* 第一屏和第二屏的公共部分 */
	.swiper-slide:nth-child(3) .photo-tag-weather,
	.swiper-slide:nth-child(2) .tag-con-weather{
		font-size:11px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img,
	.swiper-slide:nth-child(2) .tag-con-weather img{
		width:9px;
		margin:0 2px;
	}
	.swiper-slide:nth-child(3) .photo-tag-weather img.weather,
	.swiper-slide:nth-child(2) .tag-con-weather img.weather{
		width:18px;
		margin-left:12px;
	}
}
